AfterEffects : エクスプレッション : 画面サイズ取得
#AfterEffects
#JSX
#AfterEffects_:_Expression
table:エクスプレッション
thisComp.width 自分がいるコンポジションのよこサイズを取得
thisComp.height 自分がいるコンポジションのたてサイズを取得
使用例
レイヤーのPositionのエクスプレッションに以下のようなエクスプレッションを記述すると、
右端に配置される。
code:jsx
[thisComp.width, transform.position
1
]